/*css reset*/

/**幻灯片样式**/
/*2012.03.21 added by chenRongyan*/
/*2012.03.21 added by chenRongyan*/
.focus {
	overflow: hidden;
	position: relative;
	left: 0px;
	_left: -2px;
	padding: 0px;
	margin: 0px;
}
.focus ul {
	position: absolute;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.focus ul li {
	float: left;
	overflow: hidden;
	position: relative;
	background: none;
	border: 0px
}
.focus ul li img {
	border: 0px;
}
.focus ul li div {
	position: absolute;
	overflow: hidden;
}
.focus .btnBg {
	position: absolute;
	height: 40px;
	left: 0px;
	bottom: 0px;
}
.focus .btn {
	height: 10px;
	padding: 5px 10px;
	text-align: center;
}
.focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 10px;
	height: 10px;
	_font-size: 0;
	margin-left: 15px;
	cursor: pointer;
	border-radius:7px;
	border:3px solid #47464b;
}
.focus .btn span.on {
	background: #E74C3C;
	border:3px solid #E74C3C;
}
.focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 85px;
	background: url(../images/slide_btn.png) no-repeat 0 0;
	_background: url(../images/slide_btn_ie6.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 300;
	-pie-png-fix: true;
	behavior: url(htc/PIE.htc);
}
.focus .pre {
	left: 5%;
}
.focus .next {
	right: 5%;
	background-position: right top;
}
/*2012.03.21 added by chenRongyan*/
/*2012.03.21 added by chenRongyan*/
/**幻灯片样式**/
.banner_btnbg1{
	position: absolute;
	height: 58px;
	bottom: 0px;

	}
.focusVertical {
	overflow: hidden;
	position: relative;
	left: 0px;
	_left: -2px;
	padding: 0px;
	margin: 0px;
}
.focusVertical ul {
	position: absolute;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.focusVertical ul li {
	overflow: hidden;
	position: relative;
	background: none;
	border: 0px
}
.focusVertical ul li img {
	border: 0px;
}
.focusVertical ul li div {
	position: absolute;
	overflow: hidden;
}
.focusVertical .btnBg {
	position: absolute;
	height: 40px;
	left: 0px;
	bottom: 0px;
}
.focusVertical .btn {
	height: 10px;
	padding: 5px 10px;
	text-align: center;
}
.focusVertical .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 10px;
	height: 10px;
	_font-size: 0;
	margin-left: 15px;
	cursor: pointer;
	border-radius:7px;
	border:3px solid #47464b;
}
.focusVertical .btn span.on {
	background: #E74C3C;
	border:3px solid #E74C3C;
}
.focusVertical .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	left: 0px;
	background: url(../images/product_arrow_btn.png) no-repeat 0 0;
	_background: url(../images/product_arrow_btn.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 2000;
	-pie-png-fix: true;
	behavior: url(htc/PIE.htc);
}
.focusVertical .pre {
	top:0;
}
.focusVertical .next {
	bottom:0;
	background-position: left bottom;
}